.pr-title {
    text-align: center;
}
.pr-price
{
justify-content: space-around;
}
/* General Styles */
:root {
    --primary-color: #5D801A;
    --secondary-color: #2372A9;
    --dark-color: #000;
    --light-color: #fff;
    --text-color: #1a1a1a;
}

/* Toolbar */
.MuiToolbar-gutters {
    padding: 3px;
}

/* Header */
.sh-header-main {
    background-color: var(--light-color);
    color: var(--text-color) !important;
    font-size: 20px;
}

.sh-header-title,
.sh-header-punchline,
.sh-header-location-icon,
.sh-header-arrow-icon {
    color: var(--text-color) !important;
}

.sh-header-cart-icon,
.sh-header-search-icon,
.sh-header-account-icon {
    stroke: var(--dark-color) !important;
}

.sh-header-cart-badge {
    background-color: var(--primary-color);
    color: var(--light-color);
}

/* Mobile Menu */
.sh-header-mob-menu-icon {
    color: var(--dark-color) !important;
}

/* Footer */
.sh-footer-main {
    background-color: var(--dark-color);
    color: var(--light-color);
}

.sh-footer-icon {
    color: var(--light-color) !important;
}

/* Product Card */
.sh-product-card {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out;
}

.sh-product-card:hover {
    border-radius: 8px !important;
    transform: scale(1.02);
}

/* Discount Tags */
.sh-product-card-discount-tag,
.sh-product-discount-tag {
    background-color: var(--secondary-color);
    font-weight: 400 !important;
    border-radius: 8px 0px 8px 0px !important;
    font-size: 16px;
    line-height: 26px;
}

/* Plus-Minus Button */
.sh-product-plus-minus-button {
    background-color: var(--primary-color);
    color: var(--light-color);
    border: 1px solid var(--primary-color) !important;
    border-radius: 4px !important;
    transition: all 0.3s ease;
}

.sh-product-plus-minus-button:hover {
    background-color: var(--light-color);
    color: var(--primary-color);
}

/* Solid Button */
.sh-solid-button {
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.sh-solid-button:hover {
    background-color: var(--secondary-color);
    color: var(--light-color);
}

/* Miscellaneous */
.pr-long-col-media {
    object-fit: contain;
}

.sh-bottom-nav-main {
    background-color: var(--dark-color);
}

.punchline,
.title-ctn > a > h1 {
    color: var(--text-color);
}

.sh-row-title-divider {
    display: none !important;
}
